home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Technical.Notes / PDOS / TN.PDOS.022 < prev    next >
Encoding:
Text File  |  1989-08-20  |  1.1 KB  |  29 lines  |  [TEXT/pdos]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. ProDOS 8
  8. #22:    Don't Put Parameter Blocks on Zero Page
  9.  
  10. Written by:    Dave Lyons                                           July 1989
  11.  
  12. Putting ProDOS 8 parameter blocks on zero page ($00-$FF) is not recommended.
  13. _____________________________________________________________________________
  14.  
  15. It is not a good idea to put the parameter blocks for ProDOS 8 MLI calls on 
  16. zero page.  This is not forbidden by the ProDOS 8 Technical Reference Manual, 
  17. but then again, it also doesn't tell you not to put parameter blocks in ROM, 
  18. in the $C0xx soft switch area, or just below the active part of the stack.
  19.  
  20. If you do put MLI parameter blocks on zero page, your application may break 
  21. in the future.
  22.  
  23. If your parameter block comes between $80 and $FF, it won't work with 
  24. AppleShare installed.
  25.  
  26.  
  27. Further Reference
  28. _____________________________________________________________________________
  29.     o    ProDOS 8 Technical Reference Manual